Determines whether this collection contains the specified item.
'Declaration
Public Function Contains( _
ByVal As _
) As System.Boolean
public System.bool Contains(
)
Parameters
- item
- The item.
Return Value
true
if this collection contains the specified item; otherwise, false
.